hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
Dirty
hip
util
data_structures
Undocumented in source.
struct
Dirty (
T
) {
T
value
;
auto
opAssign
(T value);
void
clearDirtyFlag
();
}
Members
Functions
clearDirtyFlag
void
clearDirtyFlag
()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto
opAssign
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
hip
util
data_structures
aliases
AArray
classes
Array2D_GC
EventQueue
Node
mixin templates
DirtyFlagFields
structs
Array
Array2D
Dirty
DirtyFlagsCmp
Map
Pair
RangeMap
RingBuffer
Signal